Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add solr monitor #121

Merged
merged 3 commits into from
Jul 26, 2024
Merged

Add solr monitor #121

merged 3 commits into from
Jul 26, 2024

Conversation

maxkadel
Copy link
Contributor

@maxkadel maxkadel commented Jul 25, 2024

Add a Solr health monitor.

Example PR adding this to a Blacklight-based application using Solr

@maxkadel maxkadel force-pushed the add_solr_monitor branch 4 times, most recently from 5f32a6c to 44fb3d6 Compare July 25, 2024 19:48
Copy link
Contributor

@tpendragon tpendragon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hoping we can get this in, we've got this custom check in a bunch of our applications right now.

Add Solr monitor documentation

Co-authored-by: Carolyn Cole <[email protected]>
Co-authored-by: Trey Pendragon <[email protected]>
@maxkadel maxkadel marked this pull request as ready for review July 26, 2024 17:28
@lbeder
Copy link
Owner

lbeder commented Jul 26, 2024

This is amazing @maxkadel! I'll merge #122, so that the tests could pass, and then get back to this PR

@lbeder
Copy link
Owner

lbeder commented Jul 26, 2024

@maxkadel can you rebase now and we'll try the CI again?

### Solr

* `url`: the URL used to connect to your Solr instance - must be a string. You can also use `url` to explicitly configure authentication (e.g., `'http://user:[email protected]:8983/'`)

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you update the example to https? 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants